<link href="form.css" type="text/css" rel="stylesheet" />
<div class="form-container">
<p class="legend"><strong>Accept or decline the offering of overtime work</strong></p>
<fieldset><legend>Proposition</legend>
<div><label for="manager">Manager </label>&nbsp;<customtag var="manager" delegation="ru.runa.wf.web.html.vartag.ActorFullNameDisplayVarTag" /></div>
<div><label for="staff">Employee (staff) </label>&nbsp;<customtag var="staff" delegation="ru.runa.wf.web.html.vartag.ActorFullNameDisplayVarTag" /></div>
<div><label for="since">Since </label>&nbsp;<customtag var="since" delegation="ru.runa.wf.web.html.vartag.DateTimeValueDisplayVarTag" /></div>
<div><label for="till">Till </label>&nbsp;<customtag var="till" delegation="ru.runa.wf.web.html.vartag.DateTimeValueDisplayVarTag" /></div>
<div><label for="reason">Reason </label>&nbsp;<customtag var="reason" delegation="ru.runa.wf.web.html.vartag.VariableValueDisplayVarTag" /></div>
<div><label>Comments</label><textarea class="readOnlyText" readonly="readonly" name="comment"><customtag var="comment" delegation="ru.runa.wf.web.html.vartag.VariableValueDisplayVarTag" /></textarea> </div>
</fieldset> <fieldset><legend>Your decision</legend>
<div><label for="comment">Employee comments </label><textarea name="staff person comment"></textarea></div>
<div class="controlset"><span class="label"></span><input id="approve" type="radio" checked="checked" name="staffPersonDecision" value="true" /> <label for="approve">Accept</label> <input id="reject" type="radio" name="staffPersonDecision" value="false" /> <label for="reject">Reject</label> </div>
</fieldset> </div>